home *** CD-ROM | disk | FTP | other *** search
/ The Scientific Center / The Scientific Center.iso / pc / PT.DXR / Internal_226_anat_i.ls < prev    next >
Encoding:
Text File  |  1999-03-22  |  247 b   |  19 lines

  1. on mouseEnter me
  2.   set the ink of sprite the currentSpriteNum to 4
  3.   cursor(280)
  4. end
  5.  
  6. on mouseUp me
  7.   go("anat1")
  8.   cursor(-1)
  9. end
  10.  
  11. on mouseLeave me
  12.   cursor(-1)
  13.   set the ink of sprite the currentSpriteNum to 36
  14. end
  15.  
  16. on mouseDown me
  17.   beep()
  18. end
  19.